English
Delete an allocation between a campaign and placement.
Access Control:
Restrictions:
If any of these conditions are not met, the request will fail with an appropriate error response.
cURL
curl --request DELETE \ --url https://your_a2_service/allocations/{no} \ --header 'Authorization: Bearer <token>'
{ "detail": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
The no of the allocation to delete
Successful Response
Was this page helpful?